@charset "UTF-8";
/*
 * @Author: 派大星
 * @Date: 2021-04-30 08:44:41
 * @LastEditors: 派大星
 * @LastEditTime: 2021-05-13 11:52:45
 * @Description: 
 */
/* ---------------------- In-header[header] ---------------------- */
/* header */
.In-header .header_top {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: var(--Cfcfcfc);
}

.In-header .header_top .top_main {
  display: flex;
  justify-content: space-between;
}

.In-header .header_top .top_main .top_main_left {
  font-size: var(--fz12);
  color: var(--C666666);
}

.In-header .header_top .top_main .top_main_right ul {
  display: flex;
}

.In-header .header_top .top_main .top_main_right ul li > a {
  font-size: var(--fz12);
  color: var(--C666666);
}

.In-header .header_top .top_main .top_main_right ul li > a.btn-primary {
  border: 1px solid #ff6440;
  padding: 3px 6px;
  border-radius: 3px;
}

.In-header .header_top .top_main .top_main_right ul li > a:hover, .In-header .header_top .top_main .top_main_right ul li > a:hover span {
  color: var(--Cff6440);
  transition: all 200ms linear 100ms;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation {
  width: 1200px;
  height: 300px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: var(--Cf7f7f7);
  z-index: 12;
  padding: 0px 30px;
  overflow: hidden;
  display: none;
  box-sizing: border-box;
  border-top: initial;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl {
  display: flex;
  align-items: center;
  height: 38px;
  box-sizing: border-box;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl:first-child {
  margin-top: 17px;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl.main dd a {
  font-size: var(--fz14);
  font-weight: 600;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dt a {
  font-weight: bold;
  color: var(--C000000);
  font-size: 15px;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dt i {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: 0 8px;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dd {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dd a {
  font-size: var(--fz12);
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dd a::before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  font-size: var(--fz12);
  color: var(--C666666);
}

.In-header .header_top .top_main .top_main_right ul li.navitem_li .navigation dl dd a:first-child::before {
  content: '';
  margin: 0;
}

.In-header .header_top .top_main .top_main_right ul li::before {
  content: "|";
  margin: 0 14px;
  color: var(--Cebebeb);
  font-size: var(--fz12);
}

.In-header .header_top .top_main .top_main_right ul li:first-child::before {
  content: "";
  margin: 0;
}

.In-header .header_main {
  height: 90px;
  display: flex;
  align-items: center;
}

.In-header .header_main .header_main_logo {
  margin-right: 60px;
}

.In-header .header_main .header_main_logo .main_logo_img {
  width: 210px;
  height: 40px;
}

.In-header .header_main .header_main_navBar {
  margin-right: auto;
}

.In-header .header_main .header_main_navBar .nav {
  display: flex;
}

.In-header .header_main .header_main_navBar .nav .m {
  position: relative;
}

.In-header .header_main .header_main_navBar .nav .m h3 {
  margin: 16px 0;
}

.In-header .header_main .header_main_navBar .nav .m h3 > a {
  letter-spacing: 2px;
  display: block;
  padding: 9px 23px;
  border-radius: 20px;
  position: relative;
}

.In-header .header_main .header_main_navBar .nav .m h3 > a.x::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background: url(../images/icon_new.png) no-repeat -2px -8px;
  width: 8px;
  height: 6px;
}

.In-header .header_main .header_main_navBar .nav .m .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  background: var(--Cffffff);
  box-shadow: 0 0 8px 0px var(--Ce5e5e5);
  z-index: 10;
}

.In-header .header_main .header_main_navBar .nav .m .sub li a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid var(--Cf0f0f0);
}

.In-header .header_main .header_main_navBar .nav .on h3 > a {
  background: var(--Cff6440);
  color: var(--Cffffff);
}

.In-header .header_main .header_main_navBar .nav .on h3 > a.x::before {
  background: url(../images/icon_new.png) no-repeat -11px -8px;
}

.In-header .header_main .header_main_search {
  position: relative;
}

.In-header .header_main .header_main_search .search {
  width: 257px;
  height: 36px;
  border: 1px solid var(--Cf7f7f7);
  background-color: var(--Cf7f7f7);
  border-radius: 2px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 18px 0;
}

.In-header .header_main .header_main_search .search .search-key {
  display: flex;
  height: 36px;
  align-items: center;
}

.In-header .header_main .header_main_search .search .search-key input {
  flex: 1;
  margin-left: 10px;
  background-color: var(--Cf7f7f7);
}

.In-header .header_main .header_main_search .search .search-key button {
  background: url("../images/icon_new2.png") no-repeat -4px -5px;
  width: 18px;
  height: 17px;
  cursor: pointer;
}

.In-header .header_main .header_main_search .search_ajs {
  position: absolute;
  left: 0;
  width: 257px;
  background-color: var(--Cffffff);
  box-shadow: 0 0 6px 0 var(--Ceeeeee);
  padding: 12px;
  display: none;
  z-index: 10;
}

.In-header .header_main .header_main_search .search_ajs dl dd {
  display: flex;
  flex-wrap: wrap;
}

.In-header .header_main .header_main_search .search_ajs dl dd a {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid var(--Ce6e6e6);
  box-sizing: border-box;
  border-radius: 2px;
  margin: 12px 12px 0 0;
}

.In-header .header_main .header_main_search .search_ajs dl dd a:hover {
  background: var(--Cff6440);
  border: 1px solid var(--Cff6440);
  color: var(--Cffffff);
}

.In-header .header_main .header_main_egg {
  margin: 0 18px;
}

.In-header .header_main .header_main_egg .egg {
  position: relative;
}

.In-header .header_main .header_main_egg .egg .egg_m {
  width: 98px;
  height: 36px;
  border: 1px solid var(--Cff6440);
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
  cursor: pointer;
}

.In-header .header_main .header_main_egg .egg .egg_m .icons_csj {
  margin: 2px;
}

.In-header .header_main .header_main_egg .egg .egg_b {
  position: absolute;
  left: 0;
  width: 98px;
  background-color: var(--Cffffff);
  box-shadow: 0 0 6px 0 var(--Ceeeeee);
  border-radius: 2px;
  display: none;
  z-index: 10;
}

.In-header .header_main .header_main_egg .egg .egg_b a {
  padding: 0 12px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid var(--Cf0f0f0);
}

.In-header .header_main .header_main_user {
  position: relative;
}

.In-header .header_main .header_main_user .user_head {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url("../images/icon_new.png") no-repeat -44px -8px;
  width: 40px;
  height: 40px;
  margin: 16px 0;
  overflow: hidden;
}

.In-header .header_main .header_main_user .user_head .head_img {
  width: 100%;
  height: 100%;
}

.In-header .header_main .header_main_user .user_login, .In-header .header_main .header_main_user .user_info {
  position: absolute;
  right: 0;
  width: 247px;
  border-top: 2px solid var(--Cff6440);
  background: var(--Cffffff);
  display: none;
  z-index: 10;
}

.In-header .header_main .header_main_user .user_login .login_state, .In-header .header_main .header_main_user .user_info .login_state {
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
  background: url(../images/logo_bg.png) 100%/100%;
}

.In-header .header_main .header_main_user .user_login .login_state a, .In-header .header_main .header_main_user .user_info .login_state a {
  font-size: var(--fz13);
}

.In-header .header_main .header_main_user .user_login .login_state a.login, .In-header .header_main .header_main_user .user_info .login_state a.login {
  color: var(--Cff6440);
}

.In-header .header_main .header_main_user .user_login .login_state a.exit, .In-header .header_main .header_main_user .user_info .login_state a.exit {
  color: var(--C3995f2);
}

.In-header .header_main .header_main_user .user_login .Island, .In-header .header_main .header_main_user .user_info .Island {
  padding: 16px;
}

.In-header .header_main .header_main_user .user_login .Island dl dd, .In-header .header_main .header_main_user .user_info .Island dl dd {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.In-header .header_main .header_main_user .user_login .Island dl dd .icons_is, .In-header .header_main .header_main_user .user_info .Island dl dd .icons_is {
  margin: 0 3px;
}

.In-header .header_main .header_main_user .user_login .entrance, .In-header .header_main .header_main_user .user_info .entrance {
  padding: 16px;
}

.In-header .header_main .header_main_user .user_login .entrance dl dd, .In-header .header_main .header_main_user .user_info .entrance dl dd {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.In-header .header_main .header_main_user .user_login .entrance dl dd .entrance_a, .In-header .header_main .header_main_user .user_info .entrance dl dd .entrance_a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.In-header .header_main .header_main_user .user_login .entrance dl dd [class^="icons_"], .In-header .header_main .header_main_user .user_info .entrance dl dd [class^="icons_"] {
  display: inline-block;
  margin-bottom: 6px;
}

.In-header .header_main .header_main_logot {
  margin-right: 40px;
}

.In-header .header_main .header_main_logot .main_logo_img {
  width: 210px;
  height: 40px;
}

.In-header .header_main .header_main_navBart .nav {
  display: flex;
  align-items: center;
}

.In-header .header_main .header_main_navBart .nav .m {
  height: 92px;
  line-height: 92px;
}

.In-header .header_main .header_main_navBart .nav .m > h3 > a {
  display: block;
  height: 92px;
  line-height: 92px;
  font-size: 16px;
  color: #4c4c4c;
  padding: 0 22px;
}

.In-header .header_main .header_main_navBart .nav .m > h3 > a.x {
  position: relative;
}

.In-header .header_main .header_main_navBart .nav .m > h3 > a.x::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background: url(../images/main-icon.png) no-repeat -130px -6px;
  width: 8px;
  height: 6px;
}

.In-header .header_main .header_main_navBart .nav .m .sub {
  display: none;
}

.In-header .header_main .header_main_navBart .nav .m.on {
  position: relative;
}

.In-header .header_main .header_main_navBart .nav .m.on > h3 > a {
  background: #ff562f;
  color: #ffffff;
}

.In-header .header_main .header_main_navBart .nav .m.on > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -130px -16px;
}

.In-header .header_main .header_main_navBart .nav .m.on:hover > h3 > a {
  color: #ffffff;
}

.In-header .header_main .header_main_navBart .nav .m.on:hover > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -130px -16px;
}

.In-header .header_main .header_main_navBart .nav .m:hover {
  position: relative;
}

.In-header .header_main .header_main_navBart .nav .m:hover > h3 > a {
  color: #ff562f;
}

.In-header .header_main .header_main_navBart .nav .m:hover > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -141px -6px;
}

.In-header .header_main .header_main_navBart .nav .m:hover .sub {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  background: var(--Cffffff);
  box-shadow: 0 0 8px 0px var(--Ce5e5e5);
  z-index: 10;
}

.In-header .header_main .header_main_navBart .nav .m:hover .sub li a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid var(--Cf0f0f0);
}

.In-header .header_main .header_main_searcht {
  position: relative;
  margin-left: auto;
}

.In-header .header_main .header_main_searcht .search {
  width: 313px;
  height: 40px;
  border: 1px solid var(--Cf7f7f7);
  background-color: var(--Cf7f7f7);
  border-radius: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 18px 0;
}

.In-header .header_main .header_main_searcht .search .search-key {
  display: flex;
  height: 40px;
  align-items: center;
}

.In-header .header_main .header_main_searcht .search .search-key input {
  flex: 1;
  margin-left: 10px;
  background-color: var(--Cf7f7f7);
}

.In-header .header_main .header_main_searcht .search .search-key button {
  background: url("../images/main-icon.png") no-repeat -74px -6px;
  width: 18px;
  height: 17px;
  cursor: pointer;
}

.In-header .header_main .header_main_searcht .search_ajs {
  position: absolute;
  left: 0;
  width: 313px;
  background-color: var(--Cffffff);
  box-shadow: 0 0 6px 0 var(--Ceeeeee);
  padding: 12px;
  display: none;
  z-index: 10;
}

.In-header .header_main .header_main_searcht .search_ajs dl dd {
  display: flex;
  flex-wrap: wrap;
}

.In-header .header_main .header_main_searcht .search_ajs dl dd a {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid var(--Ce6e6e6);
  box-sizing: border-box;
  border-radius: 2px;
  margin: 12px 12px 0 0;
}

.In-header .header_main .header_main_searcht .search_ajs dl dd a:hover {
  background: var(--Cff6440);
  border: 1px solid var(--Cff6440);
  color: var(--Cffffff);
}

.In-header .header_main .header_main_extend .extend_ul {
  display: flex;
  align-items: center;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f7f7;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_a:hover + .extend_ul_li_img {
  position: absolute;
  top: 46px;
  right: 0;
  width: 66px;
  height: 66px;
  padding: 2px;
  background: #fff;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_a:hover + .extend_ul_li_img img {
  width: 100%;
  height: 100%;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_a:hover + .extend_ul_li_nav {
  width: 1200px;
  height: 300px;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_img {
  position: absolute;
  top: 46px;
  right: 0;
  width: 0px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #fff;
  z-index: 9;
  transition: width,height,300ms,300ms;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_img img {
  width: 100%;
  height: 100%;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: var(--Cf7f7f7);
  z-index: 12;
  padding: 0px 30px;
  overflow: hidden;
  box-sizing: border-box;
  border-top: initial;
  overflow: hidden;
  transition: width,height,50ms,300ms;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav:hover {
  width: 1200px;
  height: 300px;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl {
  display: flex;
  align-items: center;
  height: 38px;
  box-sizing: border-box;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl:first-child {
  margin-top: 17px;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl.main dd a {
  font-size: var(--fz14);
  font-weight: 600;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dt a {
  font-weight: bold;
  color: var(--C000000);
  font-size: 15px;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dt i {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: 0 8px;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dd {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dd a {
  font-size: var(--fz12);
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dd a::before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  font-size: var(--fz12);
  color: var(--C666666);
}

.In-header .header_main .header_main_extend .extend_ul .extend_ul_li .extend_ul_li_nav dl dd a:first-child::before {
  content: '';
  margin: 0;
}

.In-header[data-control="one"] {
  box-shadow: 0 0 3px 1px #ebebeb;
}

.In-header[data-control="two"] .header_top {
  background: var(--Cffffff);
  border-bottom: 1px solid #f0f0f0;
}

.In-header[data-control="two"] .header_main .header_main_navBar .nav li.m h3 > a {
  background-color: initial;
  border-radius: initial;
  position: relative;
}

.In-header[data-control="two"] .header_main .header_main_navBar .nav li.m h3 > a::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 3px;
  background-color: #ffffff;
  overflow: hidden;
  transition: width , 300ms;
}

.In-header[data-control="two"] .header_main .header_main_navBar .nav li.on h3 > a {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}

.In-header[data-control="two"] .header_main .header_main_navBar .nav li.on h3 > a::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #ff562f;
}

.In-header[data-control="two"] .header_main .header_main_search .search {
  border-radius: 36px;
}

.In-header[data-control="two"] .header_main .header_main_search .search .search-key {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.In-header[data-control="two"] .header_main .header_main_search .search .search-key button {
  height: 36px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  background: initial;
}

.In-header[data-control="two"] .header_main .header_main_search .search .search-key button .icons_ss {
  display: block;
}

.In-header[data-control="two"] .header_main .header_main_search .search .search-key input {
  width: 207px;
  height: 36px;
  float: left;
  margin-left: initial;
  margin-right: 10px;
}

.In-header[data-control="three"], .In-header[data-control="four"] {
  box-shadow: 0 0 3px 1px #ebebeb;
}

.In-header[data-control="three"] .header_main, .In-header[data-control="four"] .header_main {
  height: 92px;
  display: flex;
  align-items: center;
}

.In-header[data-control="four"] {
  background: #131418;
}

.In-header[data-control="four"] .header_main_navBart .nav {
  display: flex;
  align-items: center;
}

.In-header[data-control="four"] .header_main_navBart .nav .m {
  height: 92px;
  line-height: 92px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m > h3 > a {
  display: block;
  height: 92px;
  line-height: 92px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 22px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m > h3 > a.x {
  position: relative;
}

.In-header[data-control="four"] .header_main_navBart .nav .m > h3 > a.x::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background: url(../images/main-icon.png) no-repeat -130px -16px;
  width: 8px;
  height: 6px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m .sub {
  display: none;
}

.In-header[data-control="four"] .header_main_navBart .nav .m.on {
  position: relative;
}

.In-header[data-control="four"] .header_main_navBart .nav .m.on > h3 > a {
  background: initial;
  border-bottom: 3px solid #ffb703;
  font-weight: bold;
  color: #ffffff;
}

.In-header[data-control="four"] .header_main_navBart .nav .m.on > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -130px -16px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m.on:hover > h3 > a {
  color: #ffffff;
}

.In-header[data-control="four"] .header_main_navBart .nav .m.on:hover > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -130px -16px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m:hover {
  position: relative;
}

.In-header[data-control="four"] .header_main_navBart .nav .m:hover > h3 > a {
  color: #ff562f;
}

.In-header[data-control="four"] .header_main_navBart .nav .m:hover > h3 > a.x::before {
  background: url(../images/main-icon.png) no-repeat -141px -6px;
}

.In-header[data-control="four"] .header_main_navBart .nav .m:hover .sub {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  background: var(--Cffffff);
  box-shadow: 0 0 8px 0px var(--Ce5e5e5);
  z-index: 10;
}

.In-header[data-control="four"] .header_main_navBart .nav .m:hover .sub li a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid var(--Cf0f0f0);
}
